-
Notifications
You must be signed in to change notification settings - Fork 421
docs(idempotency): add support for DynamoDB composite keys #808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #808 +/- ##
========================================
Coverage 99.90% 99.90%
========================================
Files 118 118
Lines 5078 5107 +29
Branches 279 279
========================================
+ Hits 5073 5102 +29
Misses 2 2
Partials 3 3
Continue to review full report at Codecov.
|
…nt for idempotent_function decorator
# This exception will not cause the idempotent record to be deleted, since it | ||
# happens after the decorated function has been successfully called | ||
raise Exception |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition!!!
Issue #, if available: #694
Description of changes:
Update documentation to reflect new feature supporting composite primary keys for DynamoDB in idempotency utility.
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
View rendered docs/utilities/idempotency.md